home *** CD-ROM | disk | FTP | other *** search
/ Reverse Code Engineering RCE CD +sandman 2000 / ReverseCodeEngineeringRceCdsandman2000.iso / RCE / Library / +ORC / Orc pac 4A / FILEZ.ZIP / SPAD.ZIP / SPAD.DOC next >
Encoding:
Text File  |  1994-10-02  |  2.6 KB  |  50 lines

  1. SuperPad (VERSION 1.1)                Copyright (c) 1995, Douglas Boling
  2. ------------------------------------------------------------------------
  3.                First Published in PC Magazine April 11, 1995 (Utilities)
  4. ------------------------------------------------------------------------
  5.  
  6. SuperPad by Douglas Boling
  7.  
  8. PURPOSE:
  9.         SuperPad is a replacement for Microsoft Windows' Notepad that
  10. can edit files of any size. It also offers command line switches so you
  11. can configure it for use with a Windows batch language.
  12. ===========================================================
  13. Revision History:
  14.  
  15. 1.0   Initial Release
  16. 1.1   Bug fixes
  17.       removed problem OutputDebugString calls
  18.       fixed overstrike of non-char keys
  19.       added menu del routine
  20. ===========================================================
  21. USAGE:
  22.         To install SuperPad, simply copy the executable file SPAD.EXE
  23. to a directory in your path. You may also want to add a Program Manager
  24. icon for SuperPad. The optional command line switches are as follows:
  25.  
  26.  
  27.  SuperPad [filename] [/Ln] [/Cn] [/R+|-] [V] [/F] [/P] [/Tn] [/W+|-]
  28.  
  29.  
  30. The filename parameter specifies the file to be edited by SuperPad.
  31. The /L (line) and /C (column) switches let you specify the line and
  32. column where SuperPad is positioned when it opens a file. The /R
  33. (read-only) switch prevents files from being modified. You can change
  34. the status using the Read Only menu item. The /V switch is similar to
  35. the /R switch except that the read-only nature of the session cannot
  36. be modified through the Read Only menu item.
  37.  
  38. The /F (fixed) and /P (proportional) switches let you specify the type
  39. of font used to display the file. The /T switch lets you set the tab
  40. size. The last switch, /W, tells SuperPad whether it should wrap lines
  41. longer than the width of the SuperPad window. The /W+ switch tells
  42. SuperPad to wrap lines within the window; /W- tells SuperPad to use
  43. a horizontal scroll bar instead of wrapping.
  44.  
  45. FILES:     SPAD.EXE-SuperPad's executable program file.
  46.         SPAD.DOC-Just the documentation file for SuperPad.
  47.         SPAD.ZIP-The program, documentation, and source code files
  48.                  for SuperPad all wrapped up in a .ZIP file.
  49.  
  50. SUPPORT:
  51.          Help for the free utilities offered by PC Magazine can be
  52. obtained electronically in the Utilities section of ZiffNet's
  53. Utilities/Tips Forum (GO ZNT:TIPS). The authors of current utilities
  54. generally visit this forum every day.
  55. ----------------------------------------------------------------------
  56. Douglas Boling is a Contributing Editor of PC Magazine.
  57. ----------------------------------------------------------------------